KLD 1/13/2013:

Steps to release the ModelicaRes module:
    1. Address the to do (TODO) items in the code (or as many as possible).
       Run fcres/00-list-TODO.sh to list the occurrences of that tag.
    2. Update the version number in fcres/__init__.py.
    3. Update the entry in CHANGES.txt.
    4. Upload the release to PyPI ("python setup.py upload").
    5. Commit any staged revisions to git.
    6. Create a git tag for the release (e.g., "git tag -a FCResv0.5") and push
       the tags to github ("git push --tags").
